projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eceac2
)
(clean): Don't delete *~.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 16 Jul 2007 22:37:26 +0000
(22:37 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 16 Jul 2007 22:37:26 +0000
(22:37 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/makefile.w32-in
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 6e1ff0cf5a0b5f8b616d4f03e0a9bda66ca973db..6d1b192ce8e296583732e1cd28de9548d5e90670 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2007-07-16 Eli Zaretskii <eliz@gnu.org>
+
+ * makefile.w32-in (clean): Don't delete *~.
+
2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
* textmodes/tex-mode.el (tex-verbatim-environments):
diff --git
a/lisp/makefile.w32-in
b/lisp/makefile.w32-in
index 6e8a3f5d39a61211b4461cd442050d6777288912..0b666d941e5a1ad10f5a1e0b609fef1f1ced895c 100644
(file)
--- a/
lisp/makefile.w32-in
+++ b/
lisp/makefile.w32-in
@@
-441,5
+441,7
@@
install-lisp-CMD:
#
# Maintenance
#
+# We used to delete *~ here, but that might inadvertently remove
+# precious files if it happens to match their short 8+3 aliases.
clean:
- - $(DEL) *~
+ - $(DEL) *
.el
~